home *** CD-ROM | disk | FTP | other *** search
/ Collection of Internet / Collection of Internet.iso / infosrvr / dev / www_talk.930 / 000480_pflynn@curia.ucc.ie _Fri Dec 11 12:00:17 1992.msg < prev    next >
Internet Message Format  |  1994-01-24  |  2KB

  1. Return-Path: <pflynn@curia.ucc.ie>
  2. Received: from dxmint.cern.ch by  nxoc01.cern.ch  (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
  3.     id AA10616; Fri, 11 Dec 92 12:00:17 MET
  4. Received: by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
  5.     id AA10639; Fri, 11 Dec 1992 12:13:44 +0100
  6. Received: from CEARN.cern.ch by CEARN.cern.ch (IBM VM SMTP V2R2)
  7.    with BSMTP id 4289; Fri, 11 Dec 92 12:12:34 SET
  8. Received: from IRUCCIBM.BITNET by CEARN.cern.ch (Mailer R2.07B) with BSMTP id
  9.  5864; Fri, 11 Dec 92 12:12:33 SET
  10. Received: from IRUCCVAX.UCC.IE by IRUCCIBM.BITNET (Mailer R2.08) with BSMTP id
  11.  4669; Fri, 11 Dec 92 11:13:28 IST
  12. Received: from curia.ucc.ie by IRUCCVAX.UCC.IE (PMDF #12095) id
  13.  <01GS6QMPB9N40005NB@IRUCCVAX.UCC.IE>; Fri, 11 Dec 1992 10:50 GMT
  14. Received: by curia.ucc.ie (4.1/SMI-4.1) id AA03471; Fri, 11 Dec 92 10:48:13 GMT
  15. Date: Fri, 11 Dec 92 10:48:13 GMT
  16. From: pflynn@curia.ucc.ie (Peter Flynn)
  17. Subject: Getting the httpd daemon running
  18. To: www-interest@nxoc01.cern.ch
  19. Cc: www-bug@nxoc01.cern.ch, www-talk@nxoc01.cern.ch
  20. Message-Id: <9212111048.AA03471@curia.ucc.ie>
  21. X-Envelope-To: www-bug@nxoc01.cern.ch, www-interest@nxoc01.cern.ch,
  22.  www-talk@nxoc01.cern.ch
  23.  
  24. I've hit an uncomfortable problem. httpd won't start up from my inetd.conf.
  25. Here is /etc/services:
  26.  
  27. www             80/tcp          http            # WorldWideWeb server
  28.  
  29. and here is inetd.conf:
  30.  
  31. # WorldWideWeb service: add -l logfile if logging needed
  32. www             stream  tcp     nowait  nobody  /usr/etc/httpd  httpd -l /tlh/br
  33.    owse/WWW/httpd.log -v
  34.  
  35. (that's all one line starting www and ending -v). And here's the result:
  36.  
  37. curia# kill -HUP 136
  38. curia# Dec 11 10:45:02 curia inetd[136]: www/tcp: unknown service
  39.  
  40. I'm clearly doing something silly but I cannot for the life of me see *what*.
  41.  
  42. ///Peter